'Declaration Public Overloads Shared Function Create( _ ByVal device As Device, _ ByVal description As Texture1DDescription, _ ByVal ParamArray data() As DataStream _ ) As Texture1D
public static Texture1D Create( Device device, Texture1DDescription description, params DataStream[] data )
Parameters
- device
- The device with which to associate the texture.
- description
- The description of the texture.
- data
- An array of initial texture data for each subresource.